type runtime.rtype
10 uses
runtime (current package)
type.go#L21: type rtype struct {
type.go#L25: func (t rtype) string() string {
type.go#L33: func (t rtype) uncommon() *uncommontype {
type.go#L37: func (t rtype) name() string {
type.go#L60: func (t rtype) pkgpath() string {
type.go#L139: func (t rtype) nameOff(off nameOff) name {
type.go#L181: func (t rtype) typeOff(off typeOff) *_type {
type.go#L185: func (t rtype) textOff(off textOff) unsafe.Pointer {
type.go#L311: func toRType(t *abi.Type) rtype {
type.go#L312: return rtype{t}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |